projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab577c
)
(Fcall_process): Allow creating a new buffer for the output.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Feb 1998 06:14:39 +0000
(06:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Feb 1998 06:14:39 +0000
(06:14 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 18f11c1d8b7bd3c9587170c9f522aacea4d30042..4e1821a2aef3d786d31133614c879c18ebbe0627 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-367,7
+367,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
{
Lisp_Object spec_buffer;
spec_buffer = buffer;
- buffer = Fget_buffer (buffer);
+ buffer = Fget_buffer
_create
(buffer);
/* Mention the buffer name for a better error message. */
if (NILP (buffer))
CHECK_BUFFER (spec_buffer, 2);